code_checker.engine.builtin.clang_tidy

Members

Classes

ClangTidy
class ClangTidy
Undocumented in source.

Functions

executeFixit
void executeFixit(Environment env, string[] tidyArgs, Result result_)

Run clang-tidy with to fix the code.

executeParallel
void executeParallel(Environment env, string[] tidyArgs, Result result_)
Undocumented in source. Be warned that the author may not have intended to support it.
isCodeCheckerConfig
bool isCodeCheckerConfig(AbsolutePath fname)
Undocumented in source. Be warned that the author may not have intended to support it.
runClangTidy
auto runClangTidy(string[] tidy_args, AbsolutePath[] fname)
Undocumented in source. Be warned that the author may not have intended to support it.
taskTidy
void taskTidy(Tid owner, TidyWork* work_)
Undocumented in source. Be warned that the author may not have intended to support it.
writeClangTidyConfig
void writeClangTidyConfig(AbsolutePath baseConf, Config conf)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ClangTidyConstants
struct ClangTidyConstants
Undocumented in source.
ExpectedReplyCounter
struct ExpectedReplyCounter
Undocumented in source.
TidyResult
struct TidyResult
Undocumented in source.
TidyWork
struct TidyWork
Undocumented in source.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This file contains an analyzer that uses clang-tidy.